home *** CD-ROM | disk | FTP | other *** search
/ Architecture: Form, Space & Order (3rd Edition) / Architecture.iso / swfs / m3_s1.swf / scripts / DefineButton2_35 / BUTTONCONDACTION on(release, keyPress Space).as
Encoding:
Text File  |  2007-05-03  |  165 b   |  10 lines

  1. on(release, keyPress "<Space>"){
  2.    if(_root.finished == true)
  3.    {
  4.       _root.gotoAndStop(2);
  5.    }
  6.    _root.play();
  7.    _root.playt = 1;
  8.    nextFrame();
  9. }
  10.